Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 13, 2007, 12:19:11 AM (17 years ago)
- Author:
-
sadrul
- Comment:
-
someone should correct the grammar here
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v21
|
v22
|
|
19 | 19 | The default key-binding is F11. |
20 | 20 | |
| 21 | === Can I change the bindings? How? === |
| 22 | Yes! For details on how to do this, read 'man finch'. Here's a small example to show how to rebind alt+ctrl+n to switch to the next window: In {{{~/.gntrc}}}, add |
| 23 | {{{ |
| 24 | [GntWM::binding] |
| 25 | c-a-n = window-next |
| 26 | }}} |
| 27 | Note that, the default binding alt+n will continue to switch to the next window. If you want to unbind that, add |
| 28 | {{{ |
| 29 | [GntWM::binding] |
| 30 | a-c-n = window-next |
| 31 | a-n= |
| 32 | }}} |
| 33 | To see the list of available rebindable actions for the focused widget, press "alt+/". |
| 34 | |
21 | 35 | === How can I enable the mouse? === #enable-mouse |
22 | 36 | In {{{~/.gntrc}}}, set {{{mouse = 1}}} under {{{[general]}}}. If you use screen, [#mouse-in-screen read more]. |
… |
… |
|
30 | 44 | === How do I see the parts of a large window that fall below the screen? === |
31 | 45 | Press M+ctrl+j to scroll down, and M+ctrl+k to scroll up. |
| 46 | |
| 47 | === Is there anything else I change in ~/.gntrc? === |
| 48 | In 'man finch', look at the 'general', 'colors' and 'colorgroups' sections in the sample ~/.gntrc. |
32 | 49 | |
33 | 50 | == Buddy List == |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!